Class org.omg.CORBA.OperationMode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.OperationMode

java.lang.Object
   |
   +----org.omg.CORBA.OperationMode

public final class OperationMode
extends Object

Variable Index

 o _OP_NORMAL
 o _OP_ONEWAY
 o OP_NORMAL
 o OP_ONEWAY

Method Index

 o from_int(int)
 o value()

Variables

 o _OP_NORMAL
  public final static int _OP_NORMAL
 o _OP_ONEWAY
  public final static int _OP_ONEWAY
 o OP_NORMAL
  public final static OperationMode OP_NORMAL
 o OP_ONEWAY
  public final static OperationMode OP_ONEWAY

Methods

 o value
  public int value()
 o from_int
  public final static OperationMode from_int(int i) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index